home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 6298 < prev    next >
Encoding:
Text File  |  1996-08-05  |  1.7 KB  |  35 lines

  1. Newsgroups: comp.lang.lisp,comp.lang.c++,comp.lang.c,comp.lang.misc,comp.theory
  2. Path: in2.uu.net!allegra!ulysses!netnews
  3. From: Phong Vo <kpv@research.att.com>
  4. Subject: Re: allocator studies (was Re: GC & traditional allocators & textbooks)
  5. Content-Type: text/plain; charset=us-ascii
  6. Message-ID: <3117E708.41C67EA6@research.att.com>
  7. Sender: netnews@ulysses.homer.att.com (Shankar Ishwar)
  8. Content-Transfer-Encoding: 7bit
  9. Organization: AT&T Bell Laboratories
  10. References: <rvillDL4v3n.I8r@netcom.com> <823365355snz@wildcard.demon.co.uk> <4f2ila$6p8@jive.cs.utexas.edu> <823455623snz@wildcard.demon.co.uk> <4f59c3$7il@jive.cs.utexas.edu>
  11. Mime-Version: 1.0
  12. Date: Tue, 6 Feb 1996 23:40:56 GMT
  13. X-Mailer: Mozilla 2.0b6a (X11; I; SunOS 4.1.3_U1 sun4m)
  14.  
  15. Paul Wilson wrote:
  16.  
  17. >    1. Traditional allocator research has largely missed the point, because
  18. >       the true causes of fragmentation haven't been studied much.  Most
  19. >       studies (a recent exception being Zorn, Grunwald, and Barrett's
  20. >       work at the U. of Colorado at Boulder, and Phong Vo's latest paper
  21. >       from Bell Labs) have used synthetic traces whose realism has never
  22.              ^^^^^^^^^
  23. >       been validated, rather than real program behavior.
  24. Just a quick note that I am now with the new AT&T Research.
  25. The main topics of the paper that Paul mentioned are a new API for memory allocation
  26. called Vmalloc and a performance study comparing it against a number of
  27. well-known malloc implementations. The code is currently available for non-commercial
  28. use for anyone interested at the below url:
  29.     http://www.research.att.com/orgs/ssr/reuse/
  30. This address also has pointers to many other neat software tools from our group.
  31.  
  32. Phong Vo, kpv@research.att.com
  33.